home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 4 / BBS in a Box - Macintosh - Volume IV (January 1992) (BBS in a Box).iso / Files / Prog / A / Alpha.4.01.cpt / Alpha.4.01.rsrc / STR#_131.txt < prev    next >
Encoding:
Text File  |  1991-10-22  |  690 b   |  53 lines

  1. Defining and Using File Sets
  2.  
  3. 
  4.  
  5. File Sets are used to specify a list of files for ALPHA
  6.  
  7. to use for functions such as 'createTagsFile', and
  8.  
  9. multi-file search. File sets are defined by loading a
  10.  
  11. file set definition. The syntax for file set definitions
  12.  
  13. is as follows:
  14.  
  15. 
  16.  
  17.     ( fileSet <file-set-name> "<complete-path-name>"* )
  18.  
  19. 
  20.  
  21. For example:
  22.  
  23. 
  24.  
  25. (fileSet edit1
  26.  
  27.     "jpl341:Pete:Alpha.101:edit:bindings.c"
  28.  
  29.     "jpl341:Pete:Alpha.101:edit:center.c")
  30.  
  31. 
  32.  
  33. defines a fileset named 'edit1' which contains the files
  34.  
  35. "bindings.c" and "center.c".
  36.  
  37. 
  38.  
  39. Functions that use file sets operate on the "current"
  40.  
  41. fileset, which is specified by the 'fileSet' variable.
  42.  
  43. 
  44.  
  45. 
  46.  
  47. 
  48.  
  49. 
  50.  
  51. 
  52.  
  53.